We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to bug #285: we cannot easily adapt list of lists if some of the sub-list is composed entirely of nulls. The latter would fail.
curs.execute("insert into na (textaa) values (%s)", ([[None, None]],))
Maybe can be fixed but only using the '{}' syntax currently: that may be attempted in ISQL protocol but it's hard in ISQLQuote.
The text was updated successfully, but these errors were encountered:
Fixed adaptation of arrays of arrays of nulls
451dc8c
Close #325, close #706.
b5e4a04
2.7.5
No branches or pull requests
Related to bug #285: we cannot easily adapt list of lists if some of the sub-list is composed entirely of nulls. The latter would fail.
Maybe can be fixed but only using the '{}' syntax currently: that may be attempted in ISQL protocol but it's hard in ISQLQuote.
The text was updated successfully, but these errors were encountered: